home *** CD-ROM | disk | FTP | other *** search
- hmsg Jesus is Lord;
-
- echo Configuring JIL2D Shareware V1c ((2/03/88 Harvest Software Inc));
-
- set PLOTTYPE HP;
-
- set CURSCPT current;
-
- set CURSWAIT = 150;
-
- cursor $CURSCPT $CURSWAIT;
-
- set ARCPLTRES = 5;
-
- set PLTSIZE A;
-
- set SAFETY off;
-
- set FRACPREC = 32;
-
- set UNITS in;
-
- set DIMUNIT in;
-
- set ASSOCIATE true;
-
- set APAD = 1;
-
- set XTYPE = 0;
-
- set TITLEON true;
-
- set SELECTION enclosed;
-
- set JUSTIFY (-1 -1);
-
- set SOUND true;
-
- set SND on;
-
- set XSPACE = .1;
-
- set XANGLE = 45;
-
- set WHICHPAD true;
-
- set RUBBER false;
-
- set STKMDE false;
-
- set BLDIAM = 9/16;
-
- set WCHPAD true;
-
- set OSHOOT = .1;
-
- set HEIGHT = 3/16;
-
- set DIMFORMT #.##;
-
- set TOLERANCE off;
-
- set-action TOLERANCE (echo Tolerance $TOLERANCE);
-
- set MID = 32000;
-
- set ZOOM = 1;
-
- set HITRAD = .1;
-
- set OVRSHT = .1;
-
- set PRZN = 2;
-
- set DROP cursor;
-
- set ARCREZ = 2;
-
- set ARCERR = 1;
-
- set ISSNAP = 1;
-
- set CLECT select;
-
- set WHAT enclosed;
-
- set BLACKRATE = 3000;
-
- set BG = 2;
-
- set res @r1;
-
- set USER11 null;
- set USER21 null;
- set USER31 null;
- set USER12 null;
- set USER22 null;
- set USER32 null;
- set USER13 null;
- set USER23 null;
- set USER33 null;
- set USER14 null;
- set USER24 null;
- set USER34 null;
- set USER15 null;
- set USER25 null;
- set USER35 null;
- set USER16 null;
- set USER26 null;
- set USER36 null;
- set USER17 bnull;
- set USER27 bnull;
- set USER37 bnull;
-
- set TRIB selected;
- set TEACHMODE false;
- set DRAWGRID true;
- set STYLE = 1;
- set LAYER = 0;
- set SCROLLSIZE = 3;
- set GRIDSIZE = .25;
- set DWGSCALE = 1;
- set-action GRIDSIZE (if $DRAWGRID draw-grid);
- set-action TRIB (echo chosen attribute: $TRIB);
- set-action DWGSCALE (print-title);
- set-action TITLEON print-title;
-
- @init 100;
-
- read-cfg jil2d.cfg;
-
- .read-macro scrnmenu.jil;
-
- .read-macro scrnhelp.jil;
-
- macro strokemode (
- .write-file;
- )
-
- macro short-11B strokemode;
-
- macro short-E08 strokemode;
-
- set TXTSIZE = .156;
- set TITLSIZE = .25;
- set TXTANG = 0;
-
- set INSTANG = 0;
- set INSTSCL = 1;
-
- set PMODE true;
- set PANX = [element 0 [getscrn]];
- set PANY = [element 1 [getscrn]];
- installfonts;
- installlib;
- draw-pad;
- system-menu;
- setscroll 3;
- timer 120;
- grid;
- redraw;
-
- echo The number of lines than can be saved is: 400;
- echo You must use JILCOMP if you need more complex drawings.;
- echo Welcome to the JIL2D Shareware Drafting Package! ((Version 1c));
-